POST api/user/addaccount
Request Information
URI Parameters
None.
Body Parameters
RequestCreateAccountName | Description | Type | Additional information |
---|---|---|---|
FirstName | string |
None. |
|
LastName | string |
None. |
|
MobileNumber | string |
None. |
|
OTP | string |
None. |
|
Password | string |
None. |
|
PatientID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FirstName": "sample string 1", "LastName": "sample string 2", "MobileNumber": "sample string 3", "OTP": "sample string 4", "Password": "sample string 5", "PatientID": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.